Creates a new subfolder of the current folder object.
Syntax
NewFolder(FolderName As String, TypeName As String, [Options As Long = 0]) As IASFolder
Return Value
A Folder object.
Remarks
The AS_NFO_CREATE_IFNOTEXIST constant can also be passed to the GetSubFolder method to create a new subfolder.
Related concepts